Pedro Albuquerque [Thu, 27 Aug 2015 09:09:20 +0000 (09:09 +0000)]
Updated Portuguese translation
Matthias Clasen [Thu, 27 Aug 2015 02:59:55 +0000 (22:59 -0400)]
Adwaita: Theme calendar day names differently
Just to show how its done. This will need some tweaks.
Matthias Clasen [Wed, 26 Aug 2015 23:57:15 +0000 (19:57 -0400)]
flow box: Avoid a critical in keynav
We were not taking into account that gtk_flow_box_get_next_focusable
can return NULL, in all callers. Fix that.
Matthias Clasen [Wed, 26 Aug 2015 23:48:29 +0000 (19:48 -0400)]
testflowbox: Add an example with buttons
This example populates a flow box with buttons, and makes the
flow box children unfocusable, with the intention that the focus
moves directly between the buttons. Currently, keynav does not
work at all in this case.
Matthias Clasen [Wed, 26 Aug 2015 22:26:56 +0000 (18:26 -0400)]
gdkgears: Add a popover
As pointed out in bug 754143, this reveals a crash in the Wayland
backend.
Piotr Drąg [Wed, 26 Aug 2015 15:09:31 +0000 (17:09 +0200)]
Updated Polish translation
Piotr Drąg [Wed, 26 Aug 2015 14:45:33 +0000 (16:45 +0200)]
places view row: Use proper gettext macros
P_() is meant only for property nicks and blurbs. Everything
else should use _().
Follow-up to
2d83dd62173fc5e651e7df95f331ad5cc46a29cf
http://bugzilla.gnome.org/show_bug.cgi?id=754086
Benjamin Otte [Wed, 26 Aug 2015 14:33:52 +0000 (16:33 +0200)]
inspector: Handle object destruction without row references
This way, we can live without row references.
A side effect is that opening the inspector on the gtk-demo list box
example now only takes 0.5s instead of the previous 3 minutes.
Benjamin Otte [Wed, 26 Aug 2015 13:44:55 +0000 (15:44 +0200)]
inspector: Implement find_object() without GtkTreeRowReference
Tree row references are slow to update. And we update the widget list
quite a bit, so when it grows it can get REALLY slow.
Benjamin Otte [Wed, 26 Aug 2015 13:28:22 +0000 (15:28 +0200)]
inspector: Refactor object tree construction
Instead of having lots of if statements, create a vtable. This will be
useful for the following patches.
Benjamin Otte [Tue, 25 Aug 2015 17:46:09 +0000 (19:46 +0200)]
window: Only update the inspector once
Instead of queueing a new idle handler every time we call
gtk_window_update_debugging(), only queue one if none is queued that.
Saves a lot of work, in particular when templates create context menus
for every row in a large listbox as in the gtk-demo listbox example.
Benjamin Otte [Tue, 25 Aug 2015 00:08:29 +0000 (02:08 +0200)]
listbox: Mark activatable rows with a .activatable style class
Do not use .button anymore.
This is for 2 reasons:
1. The styling is seperate in our themes, so it doesn't make sense to
share the style class.
2. Due to the shared styling of .buton, listbox rows inherit all the
special case styles that exist for buttons - such as linked buttons,
header buttons, entry buttons, spinbutton buttons, etc. This means
that the code has to check all these special cases all the time and
for listbox rows, this is very slow.
Gábor Kelemen [Wed, 26 Aug 2015 12:55:27 +0000 (12:55 +0000)]
Updated Hungarian translation
Timm Bäder [Wed, 26 Aug 2015 09:54:01 +0000 (11:54 +0200)]
Inspector: Protect against childless windows
Pedro Albuquerque [Wed, 26 Aug 2015 05:33:35 +0000 (05:33 +0000)]
Updated Portuguese translation
Matthias Clasen [Wed, 26 Aug 2015 03:28:56 +0000 (23:28 -0400)]
places view: Use proper gettext macros
P_() is meant only for property nicks and blurbs. Everything
else should use _().
http://bugzilla.gnome.org/show_bug.cgi?id=754086
Chao-Hsiung Liao [Tue, 25 Aug 2015 22:41:58 +0000 (22:41 +0000)]
Updated Chinese (Taiwan) translation
Chao-Hsiung Liao [Tue, 25 Aug 2015 22:40:15 +0000 (22:40 +0000)]
Updated Chinese (Taiwan) translation
Matthias Clasen [Tue, 25 Aug 2015 17:58:40 +0000 (13:58 -0400)]
flow box: Document incompatible configurations
Explain in the docs that using a model is incompatible with
using filter or sort functions.
Matthias Clasen [Tue, 25 Aug 2015 17:28:49 +0000 (13:28 -0400)]
flow box: Warn for nonworking configurations
GtkFlowBox sort and filter functionality does not work with
models. Issue a warning in this case.
Matthias Clasen [Tue, 25 Aug 2015 17:20:53 +0000 (13:20 -0400)]
list box: Document incompatible configurations
Explain in the docs that using a model is incompatible with
using filter or sort functions.
http://bugzilla.gnome.org/show_bug.cgi?id=752615
Matthias Clasen [Tue, 25 Aug 2015 17:16:24 +0000 (13:16 -0400)]
list box: Warn for nonworking configurations
GtkListBox sort and filter functionality does not work with
models. Issue a warning in this case.
http://bugzilla.gnome.org/show_bug.cgi?id=752615
Matthias Clasen [Fri, 9 Jan 2015 04:16:39 +0000 (23:16 -0500)]
Fix a startup ordering problem
Defer a11y initialization until we have a display. A11y initialization
causes widget classes to be initalized, which in turn needs some
backend-specific information about modifier masks that can't be
obtained before we have a display.
https://bugzilla.gnome.org/show_bug.cgi?id=736125
John Ralls [Thu, 25 Dec 2014 00:10:12 +0000 (16:10 -0800)]
Bug 736125 - The default gtk accelerator mod mask does not include all default backend modifiers
Timm Bäder [Mon, 24 Aug 2015 14:06:08 +0000 (16:06 +0200)]
Inspector: Make monitor rows unactivatable
Piotr Drąg [Tue, 25 Aug 2015 15:11:17 +0000 (17:11 +0200)]
Fix grammar in "No networks locations found"
Fran Dieguez [Tue, 25 Aug 2015 14:43:42 +0000 (16:43 +0200)]
Update Galician translations
Fran Dieguez [Tue, 25 Aug 2015 14:29:19 +0000 (16:29 +0200)]
Updated Galician translations
Daniel Mustieles [Tue, 25 Aug 2015 09:07:47 +0000 (11:07 +0200)]
Updated Spanish translation
Daniel Mustieles [Tue, 25 Aug 2015 09:07:23 +0000 (11:07 +0200)]
Updated Spanish translation
Pedro Albuquerque [Tue, 25 Aug 2015 06:13:59 +0000 (06:13 +0000)]
Updated Portuguese translation
Pedro Albuquerque [Tue, 25 Aug 2015 06:10:53 +0000 (06:10 +0000)]
Updated Portuguese translation
Benjamin Otte [Mon, 24 Aug 2015 19:23:49 +0000 (21:23 +0200)]
gtk-demo: Update listbox example with longer list
Add all 388 tweets of the @GTKtoolkit account. This shows the
performance behavior of the listbox (not good with that many rows) and
allows us to quickly notice when things get worse (or better).
And just so I have a place where I can dump how I generated this file:
First, I got Timm Bäder to download me the json for the twitter feed
into a file gtk.json, then I ran the jq tool on it like this:
jq ".[] | if .retweeted_status then .retweeted_status.user.name + \"|\"
+ .retweeted_status.user.screen_name else .user.name + \"|\" +
.user.screen_name end + \"|\" + .text" gtk.json | cat -n | sed
"s/\\s*\([0-9]*\)\t\"\(.*\)\"/\\1|\\2/" > messages.start
jq ".[] | .created_at" gtk.json | sed "s/\"\(.*\)\"/\1/" | while read
in; do date +%s -d "$in"; done > dates
jq ".[] | \"0|\" + if .retweeted_status then .user.screen_name else \"\"
end + \"|\" + (.favorite_count | tostring) + \"|\" + (.retweet_count |
tostring)" gtk.json | sed "s/\"\(.*\)\"/\\1/" > messages.end
paste -d\| messages.start dates messages.end > messages.txt
This whole machinery of going through 3 intermediate files was only
necessary to onvert the dates from ISO format to unix timestamps,
otherwise this could have been a single line.
Benjamin Otte [Mon, 24 Aug 2015 19:23:29 +0000 (21:23 +0200)]
gtk-demo: Order tweets newest first in listbox example
Dušan Kazik [Mon, 24 Aug 2015 16:30:15 +0000 (16:30 +0000)]
Updated Slovak translation
Dušan Kazik [Mon, 24 Aug 2015 16:08:34 +0000 (16:08 +0000)]
Updated Slovak translation
Paolo Borelli [Sat, 22 Aug 2015 16:20:17 +0000 (18:20 +0200)]
filechooser: check if we can access the parent folder
If we manually enter an unaccessible path in the entry, e.g
"/root/foo.txt", we should receive an error saying that the
folder is not accessible instead of showing the replace
confirmation dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=753969
Matthias Clasen [Sat, 22 Aug 2015 15:22:27 +0000 (11:22 -0400)]
Revert "gtkoverlay: Optimize size allocations"
This reverts commit
93171cf4f346c0a5e71f274d012c3cacfe3880ba.
This broke overlay controls in page 3 of widget-factory, gnome-photos,
gnome-documents, etc.
Matthias Clasen [Sat, 22 Aug 2015 00:51:03 +0000 (20:51 -0400)]
list box: Make focusable headers possible
Previously we were assuming that only list box rows could occur
as focus children of a list box, and would crash if that wasn't
the case. This commit handles this case, and integrates focusable
headers into directional keynav and the focus chain.
The typical case of using separators as headers is not affected
by this change.
https://bugzilla.gnome.org/show_bug.cgi?id=753694
Matthias Clasen [Fri, 21 Aug 2015 22:19:26 +0000 (18:19 -0400)]
GtkOverlay: Update the description
State that the overlays are placed wrt to the GtkOverlay, not
with respect to the main widget. This makes a difference for
small main widgets which are not configured to fill the entire
GtkOverlay.
Matthias Clasen [Fri, 21 Aug 2015 22:08:30 +0000 (18:08 -0400)]
Revert "popover: Optimize the transition"
This reverts commit
84bd32a09a25bee24ae7740e30bd75727695d744.
It turned out that this did break the transition in some places.
Carlos Soriano [Fri, 21 Aug 2015 17:57:07 +0000 (19:57 +0200)]
gtkplacesview: bail out if operation cancelled
When an operation is cancelled it's never safe to access
the object itself or the private struct, since it could be
called (and probably is) during finalize.
In case the operation is cancelled, just bail out to fix
the crashes.
Jordi Mas [Fri, 21 Aug 2015 16:21:06 +0000 (18:21 +0200)]
Upload Catalan translator
Carlos Soriano [Fri, 21 Aug 2015 13:00:07 +0000 (15:00 +0200)]
gtkplacessidebar: order mounts by label
We were not ordering them at all, and therefore they were
jumping around
https://bugzilla.gnome.org/show_bug.cgi?id=753925
Carlos Soriano [Fri, 21 Aug 2015 12:49:11 +0000 (14:49 +0200)]
gtkplacesview: use g_utf8_collate for sorting
Also rename the variable, since we usually use location
for GFiles variables.
Carlos Soriano [Wed, 19 Aug 2015 12:46:34 +0000 (14:46 +0200)]
gtkplacesview: add a loading property
So clients of the view can know if the view is busy.
https://bugzilla.gnome.org/show_bug.cgi?id=753786
Carlos Soriano [Tue, 18 Aug 2015 21:26:07 +0000 (23:26 +0200)]
gtkplacesview: improve networks feedback
Add a spinner when networks are being fetched and make
the network section permanent and show a placeholder with
a message that no networks were found in case there are no
networks. In this way users from previous versions won't be
confused with the fact that no networks are shown.
https://bugzilla.gnome.org/show_bug.cgi?id=753786
Carlos Soriano [Tue, 18 Aug 2015 15:58:41 +0000 (17:58 +0200)]
gtkplacesview: add networks in network:///
Previously we had a network item in the sidebar, which now
is replaced by the network section on other-locations view.
However we were not exposing the networks in network:///.
Fetch them and add them in the network section of other-locations
view.
https://bugzilla.gnome.org/show_bug.cgi?id=753786
Carlos Soriano [Tue, 18 Aug 2015 07:43:48 +0000 (09:43 +0200)]
gtkplacesview: style fix
https://bugzilla.gnome.org/show_bug.cgi?id=753786
Dušan Kazik [Fri, 21 Aug 2015 08:55:24 +0000 (08:55 +0000)]
Updated Slovak translation
Jonas Ådahl [Thu, 20 Aug 2015 03:38:43 +0000 (11:38 +0800)]
wayland: Only bind supported unstable pointer gestures global
As the protocol is still considered unstable (meaning not backward
compatible), we should, as stated in the protocol, only bind the version
advertised is the version we implement.
https://bugzilla.gnome.org/show_bug.cgi?id=753856
Benjamin Otte [Thu, 20 Aug 2015 22:46:35 +0000 (00:46 +0200)]
overlay: Always align widgets relative to the overlay
... not to the contained widget, which might not occupy the whole
overlay when an align mode is set.
Benjamin Otte [Thu, 20 Aug 2015 22:44:17 +0000 (00:44 +0200)]
overlay: Use actual size of the overlay when positioning
Previously we were using the natural requested size which is unrelated.
Aurimas Černius [Thu, 20 Aug 2015 20:01:41 +0000 (23:01 +0300)]
Updated Lithuanian translation
Christian Hergert [Thu, 20 Aug 2015 18:13:30 +0000 (11:13 -0700)]
treeview: check for pixel cache before setting property
Code exists in the wild that calls this function after the widget has
been destroyed (and the pixel cache released). Simply check that the
pixel cache exists to preserve the existing state.
Jordi Mas [Thu, 20 Aug 2015 17:04:10 +0000 (19:04 +0200)]
Update Catalan translation
Benjamin Otte [Tue, 18 Aug 2015 18:45:34 +0000 (20:45 +0200)]
immodule: Remove unused parameter
Piotr Drąg [Thu, 20 Aug 2015 11:01:14 +0000 (13:01 +0200)]
Updated POTFILES.skip
Matthias Clasen [Thu, 20 Aug 2015 03:17:01 +0000 (23:17 -0400)]
gtk-demo: Add a model button demo
This shows how to hook model buttons up to various action types,
or how to create them manually.
Sebastien Lafargue [Wed, 19 Aug 2015 10:33:06 +0000 (12:33 +0200)]
GtkTextView: fix margin/padding scroll behaviour
When you move line by line, only padding is
automaticly shown and you need to use Page key to show margin.
This commit also fix cursor going out of the screen bug.
Carlos Garnacho [Mon, 3 Aug 2015 15:22:29 +0000 (17:22 +0200)]
gdkevent: Hold refs to device/source_device
The extra reference will be held from GdkEventPrivate data, so there's
a common place to all events. Without this, events queued after devices/
capabilities disappear (eg. on TTY switch) might hold invalid pointers.
Windowing level operations on those devices (queries, grabs...) are
expected to fail at that time, but we should hold meaningful data for
the regular event handling paths.
https://bugzilla.gnome.org/show_bug.cgi?id=753185
Carlos Garnacho [Wed, 19 Aug 2015 16:45:50 +0000 (18:45 +0200)]
gtkscrolledwindow: Fold kinetic deceleration handling into scroll_event()
In order to play along with child widgets that use scroll events for anything
else than scrolling, it will be better to do this in the bubble phase, so
the child widget has an opportunity to GDK_EVENT_STOP the event before we
trigger kinetic scrolling.
This of course won't work for widgets that choose to reimplement scroll event
handling themselves, they should be smart at resorting to GtkScrolledWindow's
scroll event handling.
This fixes kinetic scrolling kicking in too pervasively on widgets that eg.
implement zoom on scroll events.
https://bugzilla.gnome.org/show_bug.cgi?id=753495
Gábor Kelemen [Wed, 19 Aug 2015 10:07:21 +0000 (10:07 +0000)]
Updated Hungarian translation
Georges Basile Stavracas Neto [Tue, 18 Aug 2015 22:34:21 +0000 (19:34 -0300)]
placessidebar: set Other Locations uri
By assigning an URI to Other Locations item, we
can programaticaly select it. Fixes a bug in Nautilus,
where the Other Locations item is unselected imediately
after being clicked.
Matthias Clasen [Tue, 18 Aug 2015 19:42:56 +0000 (15:42 -0400)]
multipress: Only emit preedit signals if needed
When clearing the compose buffer, don't emit preedit-changed
unconditionally. This triggers a recursion which leads to
a crash.
https://bugzilla.gnome.org/show_bug.cgi?id=753644
Paolo Borelli [Mon, 17 Aug 2015 16:31:15 +0000 (18:31 +0200)]
print operation: let subclasses use a custom paginate
GtkPrintOperation was emitting paginate only if a signal was
connected, this meant that subclassing and overriding the
paginate vfunc lead to the unexpected result that paginate did
not run.
Instead we always emit the signal and use a custom accumulator:
if there is a signal we just run that and avoid the default
handler, otherwise we run the default handler which can be the
one by the subclass or the default handler that just skips
pagination.
Patch by Yevgen Muntyan, fixes #345345
Daniel Mustieles [Tue, 18 Aug 2015 11:56:26 +0000 (13:56 +0200)]
Updated Spanish translation
Daniel Mustieles [Tue, 18 Aug 2015 11:56:16 +0000 (13:56 +0200)]
Updated Spanish translation
Matthias Clasen [Tue, 18 Aug 2015 02:09:03 +0000 (22:09 -0400)]
3.17.7
Jonas Ådahl [Tue, 18 Aug 2015 00:38:07 +0000 (08:38 +0800)]
wayland: Use g_get_prgname() to get the xdg_surface.set_app_id string
Prior to this patch, the ID of the GtkApplication was always used for
clients which were GtkApplications. This would only be guaranteed to be
correct for D-Bus activatable programs. As a result, all
non-D-Bus-activatable applications would set the wrong ID making the
shell unable to find the corresponding .desktop file.
This change makes it so that the GDK backend always uses the name
passed to g_set_prgname, or the default value if not explicitly set, as
this more often corresponds to the .desktop file.
This means that in order to make D-Bus activatable applications set the
correct application ID, they must, for now, manually call
g_set_prgname() with their application ID (basename of the .desktop
file).
If g_get_prgname() returns NULL, fallback to gdk_get_program_class()
even though it will most likely never be correct according to the
xdg_surface.set_app_id specification.
https://bugzilla.gnome.org/show_bug.cgi?id=746435
Carlos Soriano [Mon, 17 Aug 2015 22:42:23 +0000 (00:42 +0200)]
gtkplacesview: allow to cancel connection to server
We were not allowing to cancel the operation at all, and at
most the operation was cancelled only when clicked connect again.
Also due to gvfs bug 753735 we actually weren't cancelling
at all, and therefore creating multiple dialogs.
Georges Basile Stavracas Neto [Mon, 17 Aug 2015 17:25:18 +0000 (14:25 -0300)]
places-view: show a more verbose entry hint
As pointed out by Allan, this is not very helpful. A
call to action label fits better in this case.
Emmanuele Bassi [Mon, 17 Aug 2015 12:32:35 +0000 (13:32 +0100)]
flowbox: Sink the floating reference of model-based children
We don't want to leak references if the widget created to represent the
item in the model does not have a floating reference — which is usually
what happens in bindings, as they automatically sink references when
creating new instances.
See commit
6e03e7e8 for the similar change in GtkListBox.
Chun-wei Fan [Mon, 17 Aug 2015 11:20:04 +0000 (19:20 +0800)]
MSVC Introspection Builds: Remove GCC Requirement
Sorry, the last commit added a generated file instead of the
template.
G-I has been updated to not require a Windows GCC installation
anymore to generate the .gir files, so update the NMake Makefiles
that are used for this purpose.
As a result, it is no longer necessary to define time_t for the .gir
generation as we are on the same compiler throughout the process.
Chun-wei Fan [Mon, 17 Aug 2015 11:18:03 +0000 (19:18 +0800)]
Revert "MSVC Introspection Builds: Remove GCC Requirement"
This reverts commit
aea7809f55ac520b9d2d5d9c1eea1345fabbd7a7.
Chun-wei Fan [Mon, 17 Aug 2015 11:11:53 +0000 (19:11 +0800)]
MSVC Introspection Builds: Remove GCC Requirement
G-I has been updated to not require a Windows GCC installation
anymore to generate the .gir files, so update the NMake Makefiles
that are used for this purpose.
As a result, it is no longer necessary to define time_t for the .gir
generation as we are on the same compiler throughout the process.
Matthias Clasen [Mon, 17 Aug 2015 05:36:37 +0000 (01:36 -0400)]
gtk-demo: Use top/bottom-margin for text views
This lets us replace the hack of inserting tags in the first
and last paragraph to set a above/below-paragraph space.
Sebastien Lafargue [Tue, 23 Dec 2014 20:30:24 +0000 (21:30 +0100)]
text view: add padding and margin
Add API to set top and bottom margins, and add the CSS padding
from the theme to the programmatically set margins.
https://bugzilla.gnome.org/show_bug.cgi?id=406159
Fran Dieguez [Sun, 16 Aug 2015 23:31:09 +0000 (01:31 +0200)]
Updated Galician translations
Matthias Clasen [Sun, 16 Aug 2015 22:20:12 +0000 (18:20 -0400)]
Add a test for gtk_flow_box_bind_model
Matthias Clasen [Sun, 16 Aug 2015 22:05:33 +0000 (18:05 -0400)]
Add gtk_flow_box_bind_model
Matthias Clasen [Sun, 16 Aug 2015 22:04:49 +0000 (18:04 -0400)]
Add a test for g_list_box_bind_model
Matthias Clasen [Sun, 16 Aug 2015 22:11:50 +0000 (18:11 -0400)]
list box: Shorten some static function names
Christoph Reiter [Sun, 16 Aug 2015 06:04:37 +0000 (08:04 +0200)]
Bump Pango requirement to 1.37.3
GTK+ now uses pango_attr_foreground_alpha_new, pango_attr_background_alpha_new,
PANGO_ATTR_FOREGROUND_ALPHA, PANGO_ATTR_BACKGROUND_ALPHA,
pango_renderer_set_alpha, pango_renderer_get_alpha, which were all added
after 1.37.2.
Pedro Albuquerque [Sun, 16 Aug 2015 06:10:06 +0000 (06:10 +0000)]
Updated Portuguese translation
Matthias Clasen [Sun, 16 Aug 2015 03:38:20 +0000 (23:38 -0400)]
popover: Don't restore stale default widget
Only restore the saved default widget if the default hasn't been
changed while the popover was visible.
Matthias Clasen [Sun, 16 Aug 2015 02:20:16 +0000 (22:20 -0400)]
Add a note to gdk_screen_get_width/height_mm
The values returned by these functions are not very well defined,
recommend to use the monitor dimensions instead.
Carlos Garnacho [Fri, 14 Aug 2015 10:05:37 +0000 (12:05 +0200)]
wayland: calculate screen physical size
A simple calculation is done so far (assuming monitor areas never overlap)
so gdk_screen_get_width/height_mm return meaningful values.
https://bugzilla.gnome.org/show_bug.cgi?id=753621
Matthias Clasen [Sun, 16 Aug 2015 02:02:40 +0000 (22:02 -0400)]
popover: Optimize the transition
There's no need to queue a resize here.
https://bugzilla.gnome.org/show_bug.cgi?id=753568
Matthias Clasen [Sat, 15 Aug 2015 20:05:11 +0000 (16:05 -0400)]
window: Set name on idle
Use gdk_threads_add_idle, and set a name on the source to aid
debugging, as we do everywhere else.
Matthias Clasen [Sat, 15 Aug 2015 20:04:09 +0000 (16:04 -0400)]
searc engine model: Set name on idle
Use gdk_threads_add_idle, and set a name on the source to aid
debugging, as we do everywhere else.
Matthias Clasen [Sat, 15 Aug 2015 17:40:30 +0000 (13:40 -0400)]
Update release notes a bit
Matthias Clasen [Sat, 15 Aug 2015 15:16:46 +0000 (11:16 -0400)]
Fix a thinko in GtkLabel
Matthias Clasen [Sat, 15 Aug 2015 15:07:54 +0000 (11:07 -0400)]
Support alpha in text cell renderer colors
This is easily possible, now that Pango supports alpha.
Dušan Kazik [Sat, 15 Aug 2015 09:57:23 +0000 (09:57 +0000)]
Updated Slovak translation
Matthias Clasen [Wed, 12 Aug 2015 01:35:24 +0000 (21:35 -0400)]
GtkLabel: Add alpha support for buildable attributes
Make it possible to set foreground or background alpha in the
builder ui support for Pango attributes.
Matthias Clasen [Wed, 12 Aug 2015 01:25:51 +0000 (21:25 -0400)]
GtkTextDisplay: Use pango renderer alpha support
We don't need to store our own copy of the colors anymore,
now that PangoRenderer can do alpha.
Matthias Clasen [Sat, 15 Aug 2015 01:56:51 +0000 (21:56 -0400)]
Updates
Ray Strode [Fri, 14 Aug 2015 15:24:44 +0000 (11:24 -0400)]
Revert "wayland: require WAYLAND_DISPLAY be set to open wayland display"
This reverts commit
35489f5d31b20a390b45803d760f965391d0b57f.
It snuck in when i was trying to push
commit
f4d2022d46e16e1fdec8ca9b107a9870155832bf
Ray Strode [Fri, 14 Aug 2015 15:03:43 +0000 (11:03 -0400)]
wayland: change wl_log level to G_LOG_LEVEL_DEBUG
wl_log() currently logs using G_LOG_LEVEL_ERROR
(which is fatal). The wayland client library doesn't
expect this behavior. It uses wl_log to log recoverable
errors.
This commit changes the log level to G_LOG_LEVEL_DEBUG
instead.
https://bugzilla.gnome.org/show_bug.cgi?id=753635